home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / setup.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-11-04  |  2.6 KB  |  131 lines

  1. object Form1: TForm1
  2.   Left = 295
  3.   Top = 206
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'WinGuardian Setup'
  7.   ClientHeight = 146
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object AHMFillBackground1: TAHMFillBackground
  19.     Left = 0
  20.     Top = 0
  21.     Width = 298
  22.     Height = 146
  23.     Background = AHMBackground1
  24.     Align = alClient
  25.   end
  26.   object Label1: TLabel
  27.     Left = 35
  28.     Top = 6
  29.     Width = 231
  30.     Height = 21
  31.     Caption = 'Webroot'#39's WinGuardian Setup'
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clNavy
  34.     Font.Height = -19
  35.     Font.Name = 'Times New Roman'
  36.     Font.Style = []
  37.     ParentFont = False
  38.     Transparent = True
  39.   end
  40.   object Image1: TImage
  41.     Left = 129
  42.     Top = 35
  43.     Width = 33
  44.     Height = 41
  45.     Picture.Data = {<image000.bmp>}
  46.   end
  47.   object Label2: TLabel
  48.     Left = 24
  49.     Top = 82
  50.     Width = 261
  51.     Height = 16
  52.     Caption = 'This will install WinGuardian on your system.'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlack
  55.     Font.Height = -13
  56.     Font.Name = 'Arial'
  57.     Font.Style = []
  58.     ParentFont = False
  59.     Transparent = True
  60.   end
  61.   object Label3: TLabel
  62.     Left = 15
  63.     Top = 96
  64.     Width = 277
  65.     Height = 21
  66.     Caption = 'Installing WinGuardian. Please wait...'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clBlack
  69.     Font.Height = -19
  70.     Font.Name = 'Times New Roman'
  71.     Font.Style = []
  72.     ParentFont = False
  73.     Transparent = True
  74.     Visible = False
  75.   end
  76.   object CheckBox1: TCheckBox
  77.     Left = 272
  78.     Top = 48
  79.     Width = 97
  80.     Height = 17
  81.     Caption = 'CheckBox1'
  82.     TabOrder = 0
  83.     Visible = False
  84.   end
  85.   object BitBtn1: TBitBtn
  86.     Left = 59
  87.     Top = 109
  88.     Width = 75
  89.     Height = 25
  90.     Caption = 'Continue'
  91.     TabOrder = 1
  92.     OnClick = BitBtn1Click
  93.   end
  94.   object BitBtn2: TBitBtn
  95.     Left = 151
  96.     Top = 109
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Cancel'
  100.     TabOrder = 2
  101.     OnClick = BitBtn2Click
  102.   end
  103.   object Timer1: TTimer
  104.     Enabled = False
  105.     Interval = 3000
  106.     OnTimer = Timer1Timer
  107.     Left = 288
  108.     Top = 40
  109.   end
  110.   object Timer2: TTimer
  111.     Enabled = False
  112.     OnTimer = Timer2Timer
  113.     Left = 288
  114.     Top = 8
  115.   end
  116.   object Timer3: TTimer
  117.     Enabled = False
  118.     Interval = 8000
  119.     OnTimer = Timer3Timer
  120.     Left = 8
  121.     Top = 32
  122.   end
  123.   object AHMBackground1: TAHMBackground
  124.     Gradient.BeginColor = clWhite
  125.     Gradient.EndColor = clGray
  126.     Gradient.ColorCount = 200
  127.     Left = 208
  128.     Top = 24
  129.   end
  130. end
  131.